runtime.p.id (field)

15 uses

	runtime (current package)
		debuglog.go#L113: 		l.w.varint(int64(gp.m.p.ptr().id))
		mgc.go#L662: 			println("runtime: p", p.id, "flushGen", fg, "!= sweepgen", mheap_.sweepgen)
		mgc.go#L1501: 			print("runtime: P ", p.id, " flushedWork ", gcw.flushedWork)
		mgcpacer.go#L713: 	myID := gp.m.p.ptr().id
		proc.go#L5053: 	pp.id = id
		proc.go#L5246: 	if gp.m.p != 0 && gp.m.p.ptr().id < nprocs {
		proc.go#L5847: 			print(pp.id)
		proc.go#L6080: 		timerpMask.clear(pp.id)
		proc.go#L6106: 	idlepMask.set(pp.id)
		proc.go#L6132: 		timerpMask.set(pp.id)
		proc.go#L6133: 		idlepMask.clear(pp.id)
		proc.go#L6572: 	return int(mp.p.ptr().id)
		runtime2.go#L622: 	id          int32
		trace.go#L866: 		hdr[0] = uint64(pp.id)<<1 | 0b1
		trace.go#L1034: 		return mp, p.id, &p.trace.buf